home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / Development Kits / Mac OS / Navigation Services SDK / Examples / SimpleText / SimpleText ƒ / FATSimpleText.make < prev    next >
Encoding:
Text File  |  1999-06-16  |  3.8 KB  |  139 lines  |  [TEXT/MPS ]

  1.  
  2. MAKEFILE     = 
  3. •MondoBuild• = {MAKEFILE}  # Make blank to avoid rebuilds when makefile is modified
  4. Includes     = ∂
  5.         -i "{MPW}Interfaces&Libraries:Interfaces:CIncludes:" ∂
  6.         -i "{MPW}Interfaces&Libraries:Interfaces:RIncludes:"
  7. Sym•PPC      = 
  8. ObjDir•PPC   =
  9. Sym•68K      = 
  10. ObjDir•68K   =
  11.  
  12. PPCCOptions  = {Includes} {Sym•PPC} 
  13.  
  14. COptions     = {Includes} {Sym•68K} -w 17 -model far
  15.  
  16. Objects•PPC  = ∂
  17.         "{ObjDir•PPC}AboutBox.c.x" ∂
  18.         "{ObjDir•PPC}Clipboard.c.x" ∂
  19.         "{ObjDir•PPC}GXFile.c.x" ∂
  20.         "{ObjDir•PPC}MovieFile.c.x" ∂
  21.         "{ObjDir•PPC}PICTFile.c.x" ∂
  22.         "{ObjDir•PPC}SimpleText.c.x" ∂
  23.         "{ObjDir•PPC}TextDrag.c.x" ∂
  24.         "{ObjDir•PPC}TextFile.c.x" ∂
  25.         "{ObjDir•PPC}ThreeDMetafile.c.x" ∂
  26.         AGFileLib.xcoff ∂
  27.         AppleGuideGlue.xcoff
  28.         
  29. Objects•68K  = ∂
  30.         "{ObjDir•68K}AboutBox.c.o" ∂
  31.         "{ObjDir•68K}Clipboard.c.o" ∂
  32.         "{ObjDir•68K}GXFile.c.o" ∂
  33.         "{ObjDir•68K}MovieFile.c.o" ∂
  34.         "{ObjDir•68K}PICTFile.c.o" ∂
  35.         "{ObjDir•68K}SimpleText.c.o" ∂
  36.         "{ObjDir•68K}TextDrag.c.o" ∂
  37.         "{ObjDir•68K}TextFile.a.o" ∂
  38.         "{ObjDir•68K}TextFile.c.o" ∂
  39.         "{ObjDir•68K}ThreeDMetafile.c.o" ∂
  40.         AGFileLib.o
  41.  
  42.  
  43. FATSimpleText ƒƒ {•MondoBuild•} {Objects•PPC}
  44.     PPCLink ∂
  45.         -o {Targ} {Sym•PPC} ∂
  46.         {Objects•PPC} ∂
  47.         -t 'APPL' ∂
  48.         -c 'ttxt' ∂
  49.         -weaklib "QuickTimeLib" ∂
  50.         -weaklib "ThreadsLib" ∂
  51.         -weaklib "SpeechLib" ∂
  52.         -weaklib "DragLib" ∂
  53.         -weaklib "QuickDrawGXLib" ∂
  54.         "{SharedLibraries}QuickTimeLib" ∂
  55.         "{SharedLibraries}ThreadsLib" ∂
  56.         "{SharedLibraries}SpeechLib" ∂
  57.         "{SharedLibraries}DragLib" ∂
  58.         "{SharedLibraries}QuickDrawGXLib" ∂
  59.         "{SharedLibraries}InterfaceLib" ∂
  60.         "{SharedLibraries}StdCLib" ∂
  61.         "{SharedLibraries}MathLib" ∂
  62.         "{PPCLibraries}StdCRuntime.o" ∂
  63.         "{PPCLibraries}PPCCRuntime.o" ∂
  64.         "{PPCLibraries}PPCToolLibs.o"
  65.  
  66.  
  67. FATSimpleText ƒƒ {•MondoBuild•} {Objects•68K}
  68.     Link ∂
  69.         -o {Targ} -d {Sym•68K} ∂
  70.         {Objects•68K} ∂
  71.         -t 'APPL' ∂
  72.         -c 'ttxt' ∂
  73.         -model far ∂
  74.         "{CLibraries}StdCLib.o" ∂
  75.         "{Libraries}MacRuntime.o" ∂
  76.         "{Libraries}Interface.o"
  77.         
  78. FATSimpleText ƒƒ {•MondoBuild•} SimpleText.r
  79.     Rez SimpleText.r -o {Targ} {Includes} -append
  80.  
  81. "{ObjDir•PPC}AboutBox.c.x" ƒ {•MondoBuild•} AboutBox.c
  82.     {PPCC} AboutBox.c -o {Targ} {PPCCOptions}
  83.  
  84. "{ObjDir•PPC}Clipboard.c.x" ƒ {•MondoBuild•} Clipboard.c
  85.     {PPCC} Clipboard.c -o {Targ} {PPCCOptions}
  86.  
  87. "{ObjDir•PPC}GXFile.c.x" ƒ {•MondoBuild•} GXFile.c
  88.     {PPCC} GXFile.c -o {Targ} {PPCCOptions}
  89.  
  90. "{ObjDir•PPC}MovieFile.c.x" ƒ {•MondoBuild•} MovieFile.c
  91.     {PPCC} MovieFile.c -o {Targ} {PPCCOptions}
  92.  
  93. "{ObjDir•PPC}PICTFile.c.x" ƒ {•MondoBuild•} PICTFile.c
  94.     {PPCC} PICTFile.c -o {Targ} {PPCCOptions}
  95.  
  96. "{ObjDir•PPC}SimpleText.c.x" ƒ {•MondoBuild•} SimpleText.c
  97.     {PPCC} SimpleText.c -o {Targ} {PPCCOptions}
  98.  
  99. "{ObjDir•PPC}TextDrag.c.x" ƒ {•MondoBuild•} TextDrag.c
  100.     {PPCC} TextDrag.c -o {Targ} {PPCCOptions}
  101.  
  102. "{ObjDir•PPC}TextFile.c.x" ƒ {•MondoBuild•} TextFile.c
  103.     {PPCC} TextFile.c -o {Targ} {PPCCOptions}
  104.  
  105. "{ObjDir•PPC}ThreeDMetafile.c.x" ƒ {•MondoBuild•} ThreeDMetafile.c
  106.     {PPCC} ThreeDMetafile.c -o {Targ} {PPCCOptions}
  107.  
  108.  
  109. "{ObjDir•68K}AboutBox.c.o" ƒ {•MondoBuild•} AboutBox.c
  110.     {C} AboutBox.c -o {Targ} {COptions}
  111.  
  112. "{ObjDir•68K}Clipboard.c.o" ƒ {•MondoBuild•} Clipboard.c
  113.     {C} Clipboard.c -o {Targ} {COptions}
  114.  
  115. "{ObjDir•68K}GXFile.c.o" ƒ {•MondoBuild•} GXFile.c
  116.     {C} GXFile.c -o {Targ} {COptions}
  117.  
  118. "{ObjDir•68K}MovieFile.c.o" ƒ {•MondoBuild•} MovieFile.c
  119.     {C} MovieFile.c -o {Targ} {COptions}
  120.  
  121. "{ObjDir•68K}PICTFile.c.o" ƒ {•MondoBuild•} PICTFile.c
  122.     {C} PICTFile.c -o {Targ} {COptions}
  123.  
  124. "{ObjDir•68K}SimpleText.c.o" ƒ {•MondoBuild•} SimpleText.c
  125.     {C} SimpleText.c -o {Targ} {COptions}
  126.  
  127. "{ObjDir•68K}TextDrag.c.o" ƒ {•MondoBuild•} TextDrag.c
  128.     {C} TextDrag.c -o {Targ} {COptions}
  129.  
  130. "{ObjDir•68K}TextFile.a.o" ƒ {•MondoBuild•} TextFile.a
  131.     {Asm} TextFile.a -o {Targ} {AOptions}
  132.  
  133. "{ObjDir•68K}TextFile.c.o" ƒ {•MondoBuild•} TextFile.c
  134.     {C} TextFile.c -o {Targ} {COptions}
  135.  
  136. "{ObjDir•68K}ThreeDMetafile.c.o" ƒ {•MondoBuild•} ThreeDMetafile.c
  137.     {C} ThreeDMetafile.c -o {Targ} {COptions}
  138.  
  139.